Html Css Color HEX #CEF69D Reef

📋 copy color: '#CEF69D'

red 206 ◦ green 246 ◦ blue 157

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

Shades of Reef #CEF69D

Tints of Reef #CEF69D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.39%

 BLUE value IS 157 (61.72% from 255) = 25.78%

R = 33.83%
G = 40.39%
B = 25.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#CEF69D (or 0xCEF69D) is known color: Reef. HEX triplet: CE, F6 and 9D. RGB value is (206,246,157). Sum of RGB (Red+Green+Blue) = 206+246+157=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF69D is #310962. Grayscale: #E0E0E0. Windows color (decimal): -3213667 or 10352334. OLE color: 10352334.

HSL color Cylindrical-coordinate representation of color #CEF69D: hue angle of 86.97º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEF69D is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 157 -
CMYK 0.16 0 0.36 0.04
HSL 86.97º 0.83% 0.79% -
HSV(B) 86.97º 0.36% 0.96% -
XYZ 64.5 81.47 44.22 -
YUV 223.89 90.25 115.24 -
System Red Green Blue C M Y K H S L
Decimal 206 246 157 0.16 0 0.36 0.04 86.97 0.83 0.79
Hex CE F6 9D 10 0 24 4 57 53 4F
Octal 316 366 235 20 0 44 4 127 123 117
Binary 11001110 11110110 10011101 10000 0 100100 100 1010111 1010011 1001111

Color Harmonies of #CEF69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF69D

Black with #CEF69D

Text Example


Text Example

White with #CEF69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF69D; }

 p { color: rgb(206,246,157); }

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

background-color css

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

 a { background-color: rgb(206,246,157); }

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

border-color css

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

 span { border-color: rgb(206,246,157); }

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