Html Css Color HEX #C6F7A5 Reef

📋 copy color: '#C6F7A5'

red 198 ◦ green 247 ◦ blue 165

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

Shades of Reef #C6F7A5

Tints of Reef #C6F7A5

RGB

 RED value IS 198 (77.73% from 255) = 32.46%

 GREEN value IS 247 (96.88% from 255) = 40.49%

 BLUE value IS 165 (64.84% from 255) = 27.05%

R = 32.46%
G = 40.49%
B = 27.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#C6F7A5 (or 0xC6F7A5) is known color: Reef. HEX triplet: C6, F7 and A5. RGB value is (198,247,165). Sum of RGB (Red+Green+Blue) = 198+247+165=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F7A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F7A5 is #39085A. Grayscale: #DFDFDF. Windows color (decimal): -3737691 or 10876870. OLE color: 10876870.

HSL color Cylindrical-coordinate representation of color #C6F7A5: hue angle of 95.85º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6F7A5 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 247 165 -
CMYK 0.20 0 0.33 0.03
HSL 95.85º 0.84% 0.81% -
HSV(B) 95.85º 0.33% 0.97% -
XYZ 63.34 81.24 47.94 -
YUV 223 95.27 110.17 -
System Red Green Blue C M Y K H S L
Decimal 198 247 165 0.20 0 0.33 0.03 95.85 0.84 0.81
Hex C6 F7 A5 14 0 21 3 60 54 51
Octal 306 367 245 24 0 41 3 140 124 121
Binary 11000110 11110111 10100101 10100 0 100001 11 1100000 1010100 1010001

Color Harmonies of #C6F7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F7A5

Black with #C6F7A5

Text Example


Text Example

White with #C6F7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F7A5; }

 p { color: rgb(198,247,165); }

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

background-color css

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

 a { background-color: rgb(198,247,165); }

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

border-color css

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

 span { border-color: rgb(198,247,165); }

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