Html Css Color HEX #CEFF9F Reef

📋 copy color: '#CEFF9F'

red 206 ◦ green 255 ◦ blue 159

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

Shades of Reef #CEFF9F

Tints of Reef #CEFF9F

RGB

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

 GREEN value IS 255 (100% from 255) = 41.13%

 BLUE value IS 159 (62.5% from 255) = 25.65%

R = 33.23%
G = 41.13%
B = 25.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#CEFF9F (or 0xCEFF9F) is known color: Reef. HEX triplet: CE, FF and 9F. RGB value is (206,255,159). Sum of RGB (Red+Green+Blue) = 206+255+159=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 159 (62.5% from 255 or 25.65% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF9F is #310060. Grayscale: #E5E5E5. Windows color (decimal): -3211361 or 10485710. OLE color: 10485710.

HSL color Cylindrical-coordinate representation of color #CEFF9F: hue angle of 90.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEFF9F is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 206 255 159 -
CMYK 0.19 0 0.38 0
HSL 90.63º 1% 0.81% -
HSV(B) 90.63º 0.38% 1% -
XYZ 67.47 87.15 46.07 -
YUV 229.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 206 255 159 0.19 0 0.38 0 90.63 1 0.81
Hex CE FF 9F 13 0 26 0 5B 64 51
Octal 316 377 237 23 0 46 0 133 144 121
Binary 11001110 11111111 10011111 10011 0 100110 0 1011011 1100100 1010001

Color Harmonies of #CEFF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF9F

Black with #CEFF9F

Text Example


Text Example

White with #CEFF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF9F; }

 p { color: rgb(206,255,159); }

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

background-color css

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

 a { background-color: rgb(206,255,159); }

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

border-color css

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

 span { border-color: rgb(206,255,159); }

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