Html Css Color HEX #7FCAC2 Bermuda

📋 copy color: '#7FCAC2'

red 127 ◦ green 202 ◦ blue 194

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

Shades of Bermuda #7FCAC2

Tints of Bermuda #7FCAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.09%

R = 24.28%
G = 38.62%
B = 37.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#7FCAC2 (or 0x7FCAC2) is known color: Bermuda. HEX triplet: 7F, CA and C2. RGB value is (127,202,194). Sum of RGB (Red+Green+Blue) = 127+202+194=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCAC2 is #80353D. Grayscale: #B2B2B2. Windows color (decimal): -8402238 or 12765823. OLE color: 12765823.

HSL color Cylindrical-coordinate representation of color #7FCAC2: hue angle of 173.6º 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 #7FCAC2 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 194 -
CMYK 0.37 0 0.04 0.21
HSL 173.6º 0.41% 0.65% -
HSV(B) 173.6º 0.37% 0.79% -
XYZ 39.61 50.65 58.73 -
YUV 178.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 127 202 194 0.37 0 0.04 0.21 173.6 0.41 0.65
Hex 7F CA C2 25 0 4 15 AE 29 41
Octal 177 312 302 45 0 4 25 256 51 101
Binary 1111111 11001010 11000010 100101 0 100 10101 10101110 101001 1000001

Color Harmonies of #7FCAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCAC2

Black with #7FCAC2

Text Example


Text Example

White with #7FCAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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