Html Css Color HEX #CEE69B Reef

📋 copy color: '#CEE69B'

red 206 ◦ green 230 ◦ blue 155

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

Shades of Reef #CEE69B

Tints of Reef #CEE69B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.92%

 BLUE value IS 155 (60.94% from 255) = 26.23%

R = 34.86%
G = 38.92%
B = 26.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#CEE69B (or 0xCEE69B) is known color: Reef. HEX triplet: CE, E6 and 9B. RGB value is (206,230,155). Sum of RGB (Red+Green+Blue) = 206+230+155=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE69B is #311964. Grayscale: #D6D6D6. Windows color (decimal): -3217765 or 10217166. OLE color: 10217166.

HSL color Cylindrical-coordinate representation of color #CEE69B: hue angle of 79.2º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEE69B is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 230 155 -
CMYK 0.10 0 0.33 0.10
HSL 79.2º 0.6% 0.75% -
HSV(B) 79.2º 0.33% 0.9% -
XYZ 59.67 72.08 41.78 -
YUV 214.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 206 230 155 0.10 0 0.33 0.10 79.2 0.6 0.75
Hex CE E6 9B A 0 21 A 4F 3C 4B
Octal 316 346 233 12 0 41 12 117 74 113
Binary 11001110 11100110 10011011 1010 0 100001 1010 1001111 111100 1001011

Color Harmonies of #CEE69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE69B

Black with #CEE69B

Text Example


Text Example

White with #CEE69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE69B; }

 p { color: rgb(206,230,155); }

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

background-color css

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

 a { background-color: rgb(206,230,155); }

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

border-color css

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

 span { border-color: rgb(206,230,155); }

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