Html Css Color HEX #CFF6A0 Reef

📋 copy color: '#CFF6A0'

red 207 ◦ green 246 ◦ blue 160

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

Shades of Reef #CFF6A0

Tints of Reef #CFF6A0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.13%

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

R = 33.77%
G = 40.13%
B = 26.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#CFF6A0 (or 0xCFF6A0) is known color: Reef. HEX triplet: CF, F6 and A0. RGB value is (207,246,160). Sum of RGB (Red+Green+Blue) = 207+246+160=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF6A0 is #30095F. Grayscale: #E0E0E0. Windows color (decimal): -3148128 or 10548943. OLE color: 10548943.

HSL color Cylindrical-coordinate representation of color #CFF6A0: hue angle of 87.21º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFF6A0 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 246 160 -
CMYK 0.16 0 0.35 0.04
HSL 87.21º 0.83% 0.8% -
HSV(B) 87.21º 0.35% 0.96% -
XYZ 65.03 81.72 45.6 -
YUV 224.54 91.58 115.49 -
System Red Green Blue C M Y K H S L
Decimal 207 246 160 0.16 0 0.35 0.04 87.21 0.83 0.8
Hex CF F6 A0 10 0 23 4 57 53 50
Octal 317 366 240 20 0 43 4 127 123 120
Binary 11001111 11110110 10100000 10000 0 100011 100 1010111 1010011 1010000

Color Harmonies of #CFF6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF6A0

Black with #CFF6A0

Text Example


Text Example

White with #CFF6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF6A0; }

 p { color: rgb(207,246,160); }

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

background-color css

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

 a { background-color: rgb(207,246,160); }

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

border-color css

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

 span { border-color: rgb(207,246,160); }

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