Html Css Color HEX #CFEFB0 Reef

📋 copy color: '#CFEFB0'

red 207 ◦ green 239 ◦ blue 176

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

Shades of Reef #CFEFB0

Tints of Reef #CFEFB0

RGB

 RED value IS 207 (81.25% from 255) = 33.28%

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

 BLUE value IS 176 (69.14% from 255) = 28.3%

R = 33.28%
G = 38.42%
B = 28.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#CFEFB0 (or 0xCFEFB0) is known color: Reef. HEX triplet: CF, EF and B0. RGB value is (207,239,176). Sum of RGB (Red+Green+Blue) = 207+239+176=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEFB0 is #30104F. Grayscale: #DEDEDE. Windows color (decimal): -3149904 or 11595727. OLE color: 11595727.

HSL color Cylindrical-coordinate representation of color #CFEFB0: hue angle of 90.48º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFEFB0 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 176 -
CMYK 0.13 0 0.26 0.06
HSL 90.48º 0.66% 0.81% -
HSV(B) 90.48º 0.26% 0.94% -
XYZ 64.44 78.13 52.76 -
YUV 222.25 101.9 117.12 -
System Red Green Blue C M Y K H S L
Decimal 207 239 176 0.13 0 0.26 0.06 90.48 0.66 0.81
Hex CF EF B0 D 0 1A 6 5A 42 51
Octal 317 357 260 15 0 32 6 132 102 121
Binary 11001111 11101111 10110000 1101 0 11010 110 1011010 1000010 1010001

Color Harmonies of #CFEFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEFB0

Black with #CFEFB0

Text Example


Text Example

White with #CFEFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEFB0; }

 p { color: rgb(207,239,176); }

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

background-color css

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

 a { background-color: rgb(207,239,176); }

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

border-color css

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

 span { border-color: rgb(207,239,176); }

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