Html Css Color HEX #CBEEA1 Reef

📋 copy color: '#CBEEA1'

red 203 ◦ green 238 ◦ blue 161

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

Shades of Reef #CBEEA1

Tints of Reef #CBEEA1

RGB

 RED value IS 203 (79.69% from 255) = 33.72%

 GREEN value IS 238 (93.36% from 255) = 39.53%

 BLUE value IS 161 (63.28% from 255) = 26.74%

R = 33.72%
G = 39.53%
B = 26.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#CBEEA1 (or 0xCBEEA1) is known color: Reef. HEX triplet: CB, EE and A1. RGB value is (203,238,161). Sum of RGB (Red+Green+Blue) = 203+238+161=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEA1 is #34115E. Grayscale: #DBDBDB. Windows color (decimal): -3412319 or 10612427. OLE color: 10612427.

HSL color Cylindrical-coordinate representation of color #CBEEA1: hue angle of 87.27º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBEEA1 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 238 161 -
CMYK 0.15 0 0.32 0.07
HSL 87.27º 0.69% 0.78% -
HSV(B) 87.27º 0.32% 0.93% -
XYZ 61.64 76.42 45.22 -
YUV 218.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 203 238 161 0.15 0 0.32 0.07 87.27 0.69 0.78
Hex CB EE A1 F 0 20 7 57 45 4E
Octal 313 356 241 17 0 40 7 127 105 116
Binary 11001011 11101110 10100001 1111 0 100000 111 1010111 1000101 1001110

Color Harmonies of #CBEEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEEA1

Black with #CBEEA1

Text Example


Text Example

White with #CBEEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEEA1; }

 p { color: rgb(203,238,161); }

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

background-color css

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

 a { background-color: rgb(203,238,161); }

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

border-color css

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

 span { border-color: rgb(203,238,161); }

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