Html Css Color HEX #CEEBA5 Reef

📋 copy color: '#CEEBA5'

red 206 ◦ green 235 ◦ blue 165

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

Shades of Reef #CEEBA5

Tints of Reef #CEEBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.23%

R = 33.99%
G = 38.78%
B = 27.23%

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

#CEEBA5 (or 0xCEEBA5) is known color: Reef. HEX triplet: CE, EB and A5. RGB value is (206,235,165). Sum of RGB (Red+Green+Blue) = 206+235+165=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBA5 is #31145A. Grayscale: #DADADA. Windows color (decimal): -3216475 or 10873806. OLE color: 10873806.

HSL color Cylindrical-coordinate representation of color #CEEBA5: hue angle of 84.86º 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 #CEEBA5 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 235 165 -
CMYK 0.12 0 0.30 0.08
HSL 84.86º 0.64% 0.78% -
HSV(B) 84.86º 0.3% 0.92% -
XYZ 61.95 75.26 46.86 -
YUV 218.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 206 235 165 0.12 0 0.30 0.08 84.86 0.64 0.78
Hex CE EB A5 C 0 1E 8 55 40 4E
Octal 316 353 245 14 0 36 10 125 100 116
Binary 11001110 11101011 10100101 1100 0 11110 1000 1010101 1000000 1001110

Color Harmonies of #CEEBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBA5

Black with #CEEBA5

Text Example


Text Example

White with #CEEBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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