Html Css Color HEX #7FCABF Bermuda

📋 copy color: '#7FCABF'

red 127 ◦ green 202 ◦ blue 191

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

Shades of Bermuda #7FCABF

Tints of Bermuda #7FCABF

RGB

 RED value IS 127 (50% from 255) = 24.42%

 GREEN value IS 202 (79.3% from 255) = 38.85%

 BLUE value IS 191 (75% from 255) = 36.73%

R = 24.42%
G = 38.85%
B = 36.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#7FCABF (or 0x7FCABF) is known color: Bermuda. HEX triplet: 7F, CA and BF. RGB value is (127,202,191). Sum of RGB (Red+Green+Blue) = 127+202+191=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCABF is #803540. Grayscale: #B2B2B2. Windows color (decimal): -8402241 or 12569215. OLE color: 12569215.

HSL color Cylindrical-coordinate representation of color #7FCABF: hue angle of 171.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCABF is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 191 -
CMYK 0.37 0 0.05 0.21
HSL 171.2º 0.41% 0.65% -
HSV(B) 171.2º 0.37% 0.79% -
XYZ 39.28 50.51 56.97 -
YUV 178.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 127 202 191 0.37 0 0.05 0.21 171.2 0.41 0.65
Hex 7F CA BF 25 0 5 15 AB 29 41
Octal 177 312 277 45 0 5 25 253 51 101
Binary 1111111 11001010 10111111 100101 0 101 10101 10101011 101001 1000001

Color Harmonies of #7FCABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCABF

Black with #7FCABF

Text Example


Text Example

White with #7FCABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FCABF; }

 p { color: rgb(127,202,191); }

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

background-color css

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

 a { background-color: rgb(127,202,191); }

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

border-color css

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

 span { border-color: rgb(127,202,191); }

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