Html Css Color HEX #CFF2A6 Reef

📋 copy color: '#CFF2A6'

red 207 ◦ green 242 ◦ blue 166

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

Shades of Reef #CFF2A6

Tints of Reef #CFF2A6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.35%

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

R = 33.66%
G = 39.35%
B = 26.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#CFF2A6 (or 0xCFF2A6) is known color: Reef. HEX triplet: CF, F2 and A6. RGB value is (207,242,166). Sum of RGB (Red+Green+Blue) = 207+242+166=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 166 (65.23% from 255 or 26.99% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF2A6 is #300D59. Grayscale: #DFDFDF. Windows color (decimal): -3149146 or 10941135. OLE color: 10941135.

HSL color Cylindrical-coordinate representation of color #CFF2A6: hue angle of 87.63º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFF2A6 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 166 -
CMYK 0.14 0 0.31 0.05
HSL 87.63º 0.75% 0.8% -
HSV(B) 87.63º 0.31% 0.95% -
XYZ 64.37 79.52 48.03 -
YUV 222.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 207 242 166 0.14 0 0.31 0.05 87.63 0.75 0.8
Hex CF F2 A6 E 0 1F 5 58 4B 50
Octal 317 362 246 16 0 37 5 130 113 120
Binary 11001111 11110010 10100110 1110 0 11111 101 1011000 1001011 1010000

Color Harmonies of #CFF2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF2A6

Black with #CFF2A6

Text Example


Text Example

White with #CFF2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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