Html Css Color HEX #CFFBA6 Reef

📋 copy color: '#CFFBA6'

red 207 ◦ green 251 ◦ blue 166

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

Shades of Reef #CFFBA6

Tints of Reef #CFFBA6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.22%

 BLUE value IS 166 (65.23% from 255) = 26.6%

R = 33.17%
G = 40.22%
B = 26.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#CFFBA6 (or 0xCFFBA6) is known color: Reef. HEX triplet: CF, FB and A6. RGB value is (207,251,166). Sum of RGB (Red+Green+Blue) = 207+251+166=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 166 (65.23% from 255 or 26.60% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFBA6 is #300459. Grayscale: #E4E4E4. Windows color (decimal): -3146842 or 10943439. OLE color: 10943439.

HSL color Cylindrical-coordinate representation of color #CFFBA6: hue angle of 91.06º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFFBA6 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 251 166 -
CMYK 0.18 0 0.34 0.02
HSL 91.06º 0.91% 0.82% -
HSV(B) 91.06º 0.34% 0.98% -
XYZ 67.11 85.01 48.95 -
YUV 228.15 92.92 112.91 -
System Red Green Blue C M Y K H S L
Decimal 207 251 166 0.18 0 0.34 0.02 91.06 0.91 0.82
Hex CF FB A6 12 0 22 2 5B 5B 52
Octal 317 373 246 22 0 42 2 133 133 122
Binary 11001111 11111011 10100110 10010 0 100010 10 1011011 1011011 1010010

Color Harmonies of #CFFBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFBA6

Black with #CFFBA6

Text Example


Text Example

White with #CFFBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFBA6; }

 p { color: rgb(207,251,166); }

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

background-color css

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

 a { background-color: rgb(207,251,166); }

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

border-color css

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

 span { border-color: rgb(207,251,166); }

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