Html Css Color HEX #CEE294 Reef

📋 copy color: '#CEE294'

red 206 ◦ green 226 ◦ blue 148

#CEE294
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CEE294

Tints of Reef #CEE294

RGB

 RED value IS 206 (80.86% from 255) = 35.52%

 GREEN value IS 226 (88.67% from 255) = 38.97%

 BLUE value IS 148 (58.2% from 255) = 25.52%

R = 35.52%
G = 38.97%
B = 25.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEE294 (or 0xCEE294) is known color: Reef. HEX triplet: CE, E2 and 94. RGB value is (206,226,148). Sum of RGB (Red+Green+Blue) = 206+226+148=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE294 is #311D6B. Grayscale: #D3D3D3. Windows color (decimal): -3218796 or 9757390. OLE color: 9757390.

HSL color Cylindrical-coordinate representation of color #CEE294: hue angle of 75.38º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEE294 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 148 -
CMYK 0.09 0 0.35 0.11
HSL 75.38º 0.57% 0.73% -
HSV(B) 75.38º 0.35% 0.89% -
XYZ 58 69.65 38.4 -
YUV 211.13 92.37 124.34 -
System Red Green Blue C M Y K H S L
Decimal 206 226 148 0.09 0 0.35 0.11 75.38 0.57 0.73
Hex CE E2 94 9 0 23 B 4B 39 49
Octal 316 342 224 11 0 43 13 113 71 111
Binary 11001110 11100010 10010100 1001 0 100011 1011 1001011 111001 1001001

Color Harmonies of #CEE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE294

Black with #CEE294

Text Example


Text Example

White with #CEE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE294; }

 p { color: rgb(206,226,148); }

 H1.HeaderClassName
 {
   color: #CEE294;
 }
 .AnyTagClassName
 {
   color: #CEE294;
 }
</style>

background-color css

<style>
 a { background-color: #CEE294; }

 a { background-color: rgb(206,226,148); }

 div.DivClassName
 {
   background-color: #CEE294;
 }
 .BgClassName
 {
   background-color: #CEE294;
 }
</style>

border-color css

<style>
 span { border-color: #CEE294; }

 span { border-color: rgb(206,226,148); }

 td.TdClassName
 {
   border-color: #CEE294;
 }
 .TagClassName
 {
   border-color: #CEE294;
 }
</style>