Html Css Color HEX #CEE994 Reef

📋 copy color: '#CEE994'

red 206 ◦ green 233 ◦ blue 148

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

Shades of Reef #CEE994

Tints of Reef #CEE994

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.69%

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

R = 35.09%
G = 39.69%
B = 25.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CEE994 (or 0xCEE994) is known color: Reef. HEX triplet: CE, E9 and 94. RGB value is (206,233,148). Sum of RGB (Red+Green+Blue) = 206+233+148=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE994 is #31166B. Grayscale: #D7D7D7. Windows color (decimal): -3217004 or 9759182. OLE color: 9759182.

HSL color Cylindrical-coordinate representation of color #CEE994: hue angle of 79.06º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEE994 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 148 -
CMYK 0.12 0 0.36 0.09
HSL 79.06º 0.66% 0.75% -
HSV(B) 79.06º 0.36% 0.91% -
XYZ 59.94 73.54 39.05 -
YUV 215.24 90.05 121.41 -
System Red Green Blue C M Y K H S L
Decimal 206 233 148 0.12 0 0.36 0.09 79.06 0.66 0.75
Hex CE E9 94 C 0 24 9 4F 42 4B
Octal 316 351 224 14 0 44 11 117 102 113
Binary 11001110 11101001 10010100 1100 0 100100 1001 1001111 1000010 1001011

Color Harmonies of #CEE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE994

Black with #CEE994

Text Example


Text Example

White with #CEE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE994; }

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

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

background-color css

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

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

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

border-color css

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

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

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