Html Css Color HEX #CEEBA4 Reef

📋 copy color: '#CEEBA4'

red 206 ◦ green 235 ◦ blue 164

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

Shades of Reef #CEEBA4

Tints of Reef #CEEBA4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.84%

 BLUE value IS 164 (64.45% from 255) = 27.11%

R = 34.05%
G = 38.84%
B = 27.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#CEEBA4 (or 0xCEEBA4) is known color: Reef. HEX triplet: CE, EB and A4. RGB value is (206,235,164). Sum of RGB (Red+Green+Blue) = 206+235+164=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBA4 is #31145B. Grayscale: #DADADA. Windows color (decimal): -3216476 or 10808270. OLE color: 10808270.

HSL color Cylindrical-coordinate representation of color #CEEBA4: hue angle of 84.51º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEEBA4 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 235 164 -
CMYK 0.12 0 0.30 0.08
HSL 84.51º 0.64% 0.78% -
HSV(B) 84.51º 0.3% 0.92% -
XYZ 61.86 75.22 46.38 -
YUV 218.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 206 235 164 0.12 0 0.30 0.08 84.51 0.64 0.78
Hex CE EB A4 C 0 1E 8 55 40 4E
Octal 316 353 244 14 0 36 10 125 100 116
Binary 11001110 11101011 10100100 1100 0 11110 1000 1010101 1000000 1001110

Color Harmonies of #CEEBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBA4

Black with #CEEBA4

Text Example


Text Example

White with #CEEBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBA4; }

 p { color: rgb(206,235,164); }

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

background-color css

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

 a { background-color: rgb(206,235,164); }

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

border-color css

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

 span { border-color: rgb(206,235,164); }

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