Html Css Color HEX #CEF0AF Reef

📋 copy color: '#CEF0AF'

red 206 ◦ green 240 ◦ blue 175

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

Shades of Reef #CEF0AF

Tints of Reef #CEF0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.65%

 BLUE value IS 175 (68.75% from 255) = 28.18%

R = 33.17%
G = 38.65%
B = 28.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#CEF0AF (or 0xCEF0AF) is known color: Reef. HEX triplet: CE, F0 and AF. RGB value is (206,240,175). Sum of RGB (Red+Green+Blue) = 206+240+175=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF0AF is #310F50. Grayscale: #DEDEDE. Windows color (decimal): -3215185 or 11530446. OLE color: 11530446.

HSL color Cylindrical-coordinate representation of color #CEF0AF: hue angle of 91.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEF0AF is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 175 -
CMYK 0.14 0 0.27 0.06
HSL 91.38º 0.68% 0.81% -
HSV(B) 91.38º 0.27% 0.94% -
XYZ 64.35 78.54 52.32 -
YUV 222.42 101.24 116.29 -
System Red Green Blue C M Y K H S L
Decimal 206 240 175 0.14 0 0.27 0.06 91.38 0.68 0.81
Hex CE F0 AF E 0 1B 6 5B 44 51
Octal 316 360 257 16 0 33 6 133 104 121
Binary 11001110 11110000 10101111 1110 0 11011 110 1011011 1000100 1010001

Color Harmonies of #CEF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0AF

Black with #CEF0AF

Text Example


Text Example

White with #CEF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0AF; }

 p { color: rgb(206,240,175); }

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

background-color css

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

 a { background-color: rgb(206,240,175); }

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

border-color css

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

 span { border-color: rgb(206,240,175); }

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