Html Css Color HEX #CBEEA4 Reef

📋 copy color: '#CBEEA4'

red 203 ◦ green 238 ◦ blue 164

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

Shades of Reef #CBEEA4

Tints of Reef #CBEEA4

RGB

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

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

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

R = 33.55%
G = 39.34%
B = 27.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#CBEEA4 (or 0xCBEEA4) is known color: Reef. HEX triplet: CB, EE and A4. RGB value is (203,238,164). Sum of RGB (Red+Green+Blue) = 203+238+164=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEA4 is #34115B. Grayscale: #DBDBDB. Windows color (decimal): -3412316 or 10809035. OLE color: 10809035.

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

Color convert

RGB 203 238 164 -
CMYK 0.15 0 0.31 0.07
HSL 88.38º 0.69% 0.79% -
HSV(B) 88.38º 0.31% 0.93% -
XYZ 61.9 76.53 46.63 -
YUV 219.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 203 238 164 0.15 0 0.31 0.07 88.38 0.69 0.79
Hex CB EE A4 F 0 1F 7 58 45 4F
Octal 313 356 244 17 0 37 7 130 105 117
Binary 11001011 11101110 10100100 1111 0 11111 111 1011000 1000101 1001111

Color Harmonies of #CBEEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEEA4

Black with #CBEEA4

Text Example


Text Example

White with #CBEEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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