Html Css Color HEX #C6FBA2 Reef

📋 copy color: '#C6FBA2'

red 198 ◦ green 251 ◦ blue 162

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

Shades of Reef #C6FBA2

Tints of Reef #C6FBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.51%

R = 32.41%
G = 41.08%
B = 26.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#C6FBA2 (or 0xC6FBA2) is known color: Reef. HEX triplet: C6, FB and A2. RGB value is (198,251,162). Sum of RGB (Red+Green+Blue) = 198+251+162=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 162 (63.67% from 255 or 26.51% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FBA2 is #39045D. Grayscale: #E1E1E1. Windows color (decimal): -3736670 or 10681286. OLE color: 10681286.

HSL color Cylindrical-coordinate representation of color #C6FBA2: hue angle of 95.73º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6FBA2 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 251 162 -
CMYK 0.21 0 0.35 0.02
HSL 95.73º 0.92% 0.81% -
HSV(B) 95.73º 0.35% 0.98% -
XYZ 64.31 83.61 46.93 -
YUV 225.01 92.44 108.74 -
System Red Green Blue C M Y K H S L
Decimal 198 251 162 0.21 0 0.35 0.02 95.73 0.92 0.81
Hex C6 FB A2 15 0 23 2 60 5C 51
Octal 306 373 242 25 0 43 2 140 134 121
Binary 11000110 11111011 10100010 10101 0 100011 10 1100000 1011100 1010001

Color Harmonies of #C6FBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FBA2

Black with #C6FBA2

Text Example


Text Example

White with #C6FBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FBA2; }

 p { color: rgb(198,251,162); }

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

background-color css

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

 a { background-color: rgb(198,251,162); }

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

border-color css

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

 span { border-color: rgb(198,251,162); }

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