Html Css Color HEX #CBEFA0 Reef

📋 copy color: '#CBEFA0'

red 203 ◦ green 239 ◦ blue 160

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

Shades of Reef #CBEFA0

Tints of Reef #CBEFA0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.7%

 BLUE value IS 160 (62.89% from 255) = 26.58%

R = 33.72%
G = 39.7%
B = 26.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#CBEFA0 (or 0xCBEFA0) is known color: Reef. HEX triplet: CB, EF and A0. RGB value is (203,239,160). Sum of RGB (Red+Green+Blue) = 203+239+160=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFA0 is #34105F. Grayscale: #DBDBDB. Windows color (decimal): -3412064 or 10547147. OLE color: 10547147.

HSL color Cylindrical-coordinate representation of color #CBEFA0: hue angle of 87.34º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBEFA0 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 239 160 -
CMYK 0.15 0 0.33 0.06
HSL 87.34º 0.71% 0.78% -
HSV(B) 87.34º 0.33% 0.94% -
XYZ 61.84 76.97 44.85 -
YUV 219.23 94.57 116.42 -
System Red Green Blue C M Y K H S L
Decimal 203 239 160 0.15 0 0.33 0.06 87.34 0.71 0.78
Hex CB EF A0 F 0 21 6 57 47 4E
Octal 313 357 240 17 0 41 6 127 107 116
Binary 11001011 11101111 10100000 1111 0 100001 110 1010111 1000111 1001110

Color Harmonies of #CBEFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEFA0

Black with #CBEFA0

Text Example


Text Example

White with #CBEFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEFA0; }

 p { color: rgb(203,239,160); }

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

background-color css

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

 a { background-color: rgb(203,239,160); }

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

border-color css

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

 span { border-color: rgb(203,239,160); }

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